Tests to see if an image contains data at a a given point.
pascal OSErr PtInDSequenceData(
ImageSequence seqID,
void *data,
Size dataSize,
Point where,
Boolean *hit);
The PtInDSequenceData function allows the application to perform hit testing on compressed data. The hit parameter will be set to true if the compressed data contains data at the point specified by the where parameter. The hit parameter will be set to false if the specified point falls within a blank portion of the image.
| Previous | Chapter Contents | Chapter Top | Next |